LEADTOOLS Medical (Leadtools.Dicom assembly)

GetBinaryValue(DicomElement,Byte[],Int32,Int32) Method

Show in webframe







An item in the Data Set.
Buffer that will be updated with the binary value associated with the specified item in the Data Set. You are responsible for allocating the memory for this buffer.
Offset from the beginning of the buffer, at which writing will start.
Number of bytes, from the binary value, to write to the buffer.
Updates a buffer with the binary value of the specified data element.
Syntax
public bool GetBinaryValue( 
   DicomElement element,
   byte[] value,
   int offset,
   int length
)
'Declaration
 
Public Overloads Function GetBinaryValue( _
   ByVal element As DicomElement, _
   ByVal value() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) As Boolean
'Usage
 
Dim instance As DicomDataSet
Dim element As DicomElement
Dim value() As Byte
Dim offset As Integer
Dim length As Integer
Dim value As Boolean
 
value = instance.GetBinaryValue(element, value, offset, length)
public bool GetBinaryValue( 
   DicomElement element,
   byte[] value,
   int offset,
   int length
)

            
public boolean getBinaryValue(DicomElement element, byte[]value, int offset, int length)
 function Leadtools.Dicom.DicomDataSet.GetBinaryValue(DicomElement,Byte[],Int32,Int32)( 
   element ,
   value ,
   offset ,
   length 
)
public:
bool GetBinaryValue( 
   DicomElement^ element,
   array<byte>^ value,
   int offset,
   int length
) 

Parameters

element
An item in the Data Set.
value
Buffer that will be updated with the binary value associated with the specified item in the Data Set. You are responsible for allocating the memory for this buffer.
offset
Offset from the beginning of the buffer, at which writing will start.
length
Number of bytes, from the binary value, to write to the buffer.

Return Value

true if the method was able to update the buffer with the binary value; otherwise, false.
Remarks
Note: You must allocate the memory for value.

If the length specified by the DicomElement.Length property is greater than length, then the binary value copied to the buffer will be truncated to the smaller length. If the the length specified by DicomElement.Length is less than length, then the entire binary value of element will be copied to the buffer.

This method can be called for every Value Representation, and it will return the exact value in the Value Field (unconverted).

Example
For an example, refer to SetIntValue(DicomElement,IntPtr,Int32).
Requirements

Target Platforms

See Also

Reference

DicomDataSet Class
DicomDataSet Members
Overload List
GetValue
GetBinaryValue(DicomElement,IntPtr,Int32) Method
GetBinaryValue(DicomElement,Int32) Method
GetByteValue(DicomElement,Int32,Int32) Method
GetShortValue(DicomElement,Int32,Int32) Method
GetLongValue(DicomElement,Int32,Int32) Method
GetIntValue(DicomElement,Int32,Int32) Method
GetFloatValue(DicomElement,Int32,Int32) Method
GetDoubleValue(DicomElement,Int32,Int32) Method
GetStringValue Method
GetAgeValue(DicomElement,Int32,Int32) Method
GetDateValue(DicomElement,Int32,Int32) Method
GetTimeValue(DicomElement,Int32,Int32) Method
GetDateTimeValue(DicomElement,Int32,Int32) Method
GetConvertValue Method

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features